Fields  Properties  Methods  Events


UniformXyDataSeries<TY> Class Members

The following tables list the members exposed by UniformXyDataSeries<TY>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic) Helper that provides math operations for different data types  
Top
Public Properties
 NameDescription
Public Property  
Public Property  
Public PropertyTrue if Y values contain any NaN values  
Public Property  
Public PropertyGets or sets the size of the FIFO buffer. If null, then this UniformXyDataSeries<TY> is unlimited (not FIFO). If a value is set, when the point count reaches this value, older points will be discarded  
Public PropertyTrue if there was any Metadata provided for this UniformXyDataSeries<TY>  
Public Property  
Public PropertyGets whether this UniformXyDataSeries<TY> behaves as a FIFO If True, when the FifoCapacity is reached, old points will be discarded in favour of new points  
Public Property Gets a value indicating whether updates for the target are currently suspended  
Public Property  
Public Property  
Public PropertyList of IPointMetadata Metadata for every Y value in this UniformXyDataSeries<TY>  
Public PropertyGets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this IDataSeries instance is attached to  
Public Property  
Public Property  
Public Property  
Public PropertyMaximal X value in this UniformXyDataSeries<TY>  
Public PropertyMinimal X value in this UniformXyDataSeries<TY>  
Public PropertyX-Range of this UniformXyDataSeries<TY>  
Public Property Gets or sets first X value  
Public Property Gets or sets difference between two neighboring X values  
Public PropertyMaximal Y value in this UniformXyDataSeries<TY>  
Public PropertyMinimal Y value in this UniformXyDataSeries<TY>  
Public PropertyY-Range of this UniformXyDataSeries<TY>  
Public Property  
Public Property  
Top
Public Methods
 NameDescription
Public MethodOverloaded.   
Public Method  
Public Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called  
Public Method  
Public Method  
Public Method  
Public Method  
Public MethodOverloaded.   
Public Method  
Public Method  
Public MethodOverloaded.   
Public MethodOverloaded.   
Public Method  
Public Method  
Public Method  
Public MethodOverloaded.   
Public Method Resumes updates on the target, intended to be called by IUpdateSuspender  
Public Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued  
Public Method  
Public Method  
Public MethodOverloaded.   
Top
Protected Methods
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Public Extension Method
Top
Public Events
 NameDescription
Public Event Event raised whenever points are added to, removed or one or more DataSeries properties changes  
Public Event Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject)
Top
See Also